home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb / foo / .gdbinit next >
Encoding:
Text File  |  1989-07-07  |  152 b   |  16 lines

  1. echo Setting up the environment for debugging gdb.\n
  2.  
  3. b fatal
  4.  
  5. b info_command
  6. commands
  7.     silent
  8.     return
  9. end
  10.  
  11. define rr
  12.     run
  13. end
  14.  
  15. set prompt (top-gdb)
  16.